PYTHON-5598 Add generate_config method to ensure auth is tested on free-threaded python 3.14t#2580
Conversation
…: test-standard-auth that only include sharded-clusters
| return tasks | ||
|
|
||
|
|
||
| def create_test_standard_auth_tasks(): |
There was a problem hiding this comment.
We need to update the auth variant generation functions so their tasks use test-standard-auth instead of test-non-standard.
There was a problem hiding this comment.
"All auth variant generation methods should have their tasks updated from .test-non-standard to .test-standard-auth to use these new tasks." This line wasn't / isn't clear to me. It appeared like it would be a natural result of the new create_test_standard_auth_tasks().
Do I have to manually edit variants.yml?
There was a problem hiding this comment.
No, you edit the variant function(s) to use the new task tag
|
Disregard Link Check failures. Red herring. |
NoahStapp
left a comment
There was a problem hiding this comment.
Can you run a patch build with all of the auth variants?
Patch 379 - Updated create_enterprise_auth_variants (This is more than just the auth variants.) |
Creates new method create_test_standard_auth_tasks that creates tasks "test-standard-auth-*" that only include sharded-cluster. Because the list of clusters is one, we get a task that contains auth and python 3.14t.